home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / siteways / software / lib / httpd.template / access.conf next >
Text File  |  1997-06-15  |  1KB  |  69 lines

  1. #
  2. # $Header: /ext/src/lss/src/scripts/RCS/access.conf,v 1.4 1997/03/21 11:06:50 bert Exp $
  3. #
  4. <Directory $CDROM/cgi-bin>
  5. Options Indexes FollowSymLinks
  6. </Directory>
  7.  
  8. <Directory $CDROM/docs>
  9. <Limit GET POST PUT>
  10. order deny,allow
  11. deny from all
  12. allow from $DOMAIN
  13. allow from .siteways.nl
  14. allow from .siteways.com
  15. </Limit>
  16. </Directory>
  17.  
  18. <Directory $CDROM/docs/install>
  19. AuthUserFile $TMP/config.inf
  20. AuthGroupFile /dev/null
  21. AuthName root
  22. AuthType Basic
  23. Options Indexes FollowSymLinks
  24. AllowOverride All
  25. <Limit GET POST PUT>
  26. order deny,allow
  27. deny from all
  28. allow from $DOMAIN
  29. allow from .siteways.nl
  30. allow from .siteways.com
  31. require user root
  32. </Limit>
  33. </Directory>
  34.  
  35. <Directory $CDROM/docs/purchase>
  36. AuthUserFile $TMP/config.inf
  37. AuthGroupFile /dev/null
  38. AuthName root
  39. AuthType Basic
  40. Options Indexes FollowSymLinks
  41. AllowOverride All
  42. <Limit GET POST PUT>
  43. order deny,allow
  44. deny from all
  45. allow from $DOMAIN
  46. allow from .siteways.nl
  47. allow from .siteways.com
  48. require user root
  49. </Limit>
  50. </Directory>
  51.  
  52. <Directory $CDROM/docs/uninstall>
  53. AuthUserFile $TMP/config.inf
  54. AuthGroupFile /dev/null
  55. AuthName root
  56. AuthType Basic
  57. Options Indexes FollowSymLinks
  58. AllowOverride All
  59. <Limit GET POST PUT>
  60. order deny,allow
  61. deny from all
  62. allow from $DOMAIN
  63. allow from .siteways.nl
  64. allow from .suteways.com
  65. require user root
  66. </Limit>
  67. </Directory>
  68.  
  69.